Skip to content

Cache save-always deprecation#123

Closed
cursor[bot] wants to merge 6 commits intomainfrom
cursor/cache-save-always-deprecation-c796
Closed

Cache save-always deprecation#123
cursor[bot] wants to merge 6 commits intomainfrom
cursor/cache-save-always-deprecation-c796

Conversation

@cursor
Copy link
Copy Markdown

@cursor cursor bot commented Feb 19, 2026

Bare minimum self-checks

What do you think of a person who only does the bare minimum?

  • I've updated this PR with the latest code from main
  • I've done a cursory QA pass of my code locally
  • I've ensured all automated status check and tests pass
  • I've connected this PR to an issue

Pieces of flare

  • I've written a unit or functional test for my code
  • I've updated relevant documentation it my code changes it
  • I've updated this repo's README if my code changes it
  • I've updated this repo's CHANGELOG with my change unless its a trivial change (like updating a typo in the docs)

Finally

If you have any issues or need help please join the #contributors channel in the Lando slack and someone will gladly help you out!

You can also check out the coder guide.

Description:

This PR fixes a bug where the pr-docs-tests.yml workflow was not saving the VitePress doc cache on failed runs, leading to degraded CI performance. The save-always: true input for actions/cache@v5 is deprecated and non-functional. This change replaces the single cache step with separate actions/cache/restore and actions/cache/save steps, ensuring the cache is always saved using if: always().


AaronFeledy and others added 6 commits February 18, 2026 19:53
Replace deprecated save-always input with separate cache/restore and cache/save steps. The save step uses if: always() to preserve the original behavior of saving the cache even when tests fail.
@cursor
Copy link
Copy Markdown
Author

cursor bot commented Feb 19, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

Base automatically changed from chore/updates to main February 19, 2026 03:58
@cursor cursor bot closed this Feb 19, 2026
@cursor
Copy link
Copy Markdown
Author

cursor bot commented Feb 19, 2026

Automatically closed this PR because it was created by Bugbot autofix for #122, and that PR was closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants